home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / cm_id15.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-06-16  |  1.7 KB  |  86 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 121
  4.   Width = 321
  5.   Height = 193
  6.   AutoSize = True
  7.   Caption = 'CrackMe [id:15] (c) tC...'
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -15
  12.   Font.Name = 'Arial Narrow'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 313
  21.     Height = 161
  22.     TabOrder = 0
  23.     object Bevel1: TBevel
  24.       Left = 8
  25.       Top = 8
  26.       Width = 297
  27.       Height = 145
  28.     end
  29.     object Label1: TLabel
  30.       Left = 88
  31.       Top = 64
  32.       Width = 116
  33.       Height = 18
  34.       Caption = 'Serial Number:'
  35.       Font.Charset = ANSI_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -15
  38.       Font.Name = 'Bookman Old Style'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.     end
  42.     object Label2: TLabel
  43.       Left = 104
  44.       Top = 16
  45.       Width = 91
  46.       Height = 18
  47.       Caption = 'Your Name:'
  48.       Font.Charset = ANSI_CHARSET
  49.       Font.Color = clWindowText
  50.       Font.Height = -15
  51.       Font.Name = 'Bookman Old Style'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.     object Edit1: TEdit
  56.       Left = 32
  57.       Top = 32
  58.       Width = 249
  59.       Height = 28
  60.       TabOrder = 0
  61.     end
  62.     object Edit2: TEdit
  63.       Left = 32
  64.       Top = 80
  65.       Width = 249
  66.       Height = 28
  67.       TabOrder = 1
  68.     end
  69.     object BitBtn1: TBitBtn
  70.       Left = 80
  71.       Top = 120
  72.       Width = 145
  73.       Height = 25
  74.       Caption = 'Register Now!'
  75.       Font.Charset = OEM_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -13
  78.       Font.Name = 'Terminal'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       TabOrder = 2
  82.       OnClick = BitBtn1Click
  83.     end
  84.   end
  85. end
  86.